@charset "utf-8";
/* CSS Document */
/* index */
body{}
.goShop{
	position: absolute;
	z-index:5;
	left:0;
	top:50%;
	transform: translateY(-50%);
	display:block;
	color:#fff;
	background:#1f60c3;
	line-height:55px;
	padding:0 35px; 
	font-size:18px;

}
.goShop:hover{color:#fff}
.op0{filter:alpha(opacity=0); -moz-opacity:0; -khtml-opacity: 0; opacity: 0;}
.wrap{ max-width:1460px; padding: 0 2%; margin:0 auto;}
.tab-cell{ display:table-cell; vertical-align: middle;}
.mob-nav{ display:none; width:40px; height:40px; margin-top:5px; border-radius:50%; margin-left:10px; background-size:auto 40%; position:relative;}
.mob-nav:before{ content:''; position:absolute; left:50%; top:50%; height:2px; width:26px; margin-left:-13px; margin-top:-8px; background:#fff; transition:all 0.5s ease;}
.mob-nav:after{ content:''; position:absolute; left:50%; top:50%; height:2px; width:26px; margin-left:-13px; margin-top:6px; background:#fff; transition:all 0.5s ease;}
.mob-nav span{position:absolute; left:50%; top:50%; height:2px; width:26px; margin-left:-13px; margin-top:-1px; background:#fff; transition:all 0.5s ease;}
.mob-nav.on{ transition:all 0.5s ease;}
.mob-nav.on:before{ margin-top:-1px; transform:rotate(45deg); transition:all 0.5s ease;}
.mob-nav.on:after{ margin-top:-1px; transform:rotate(-45deg); transition:all 0.5s ease;}
.mob-nav.on span{width:0;transition:all 0.5s ease;}

.top{ position: fixed; left:0%; top:0px; width:100%;  z-index:12;line-height: 80px;padding: 20px 0;transition: all 0.5s ease;}
.top .logo{
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 0px;
	margin-left:-20px;
}
.top .langEC{
	position: absolute;
	right: -60px;
	top: 0px;
}
.T-nav{
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: space-between;
	
}
.T-nav li{
	position: relative;
	z-index: 3;
} 
.T-nav li > a:hover{color:#fff !important}
.T-nav li .sec{
	position: fixed;
	left: 0;
	width: 100vw;
	top: 110px;
	background: #e8e8e8;
	padding: 35px 0;
	line-height: 2;
}
.zbontl{
	width: 40%;
}
.zbontl .d1{
	font-size: 22px;
	text-transform: uppercase;
}
.zbontl .d2{
	margin-top: 10px;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
}
.zbontl .d2 a{
	width: 50%;
	display: block;
	font-size: 16px;
}


.imgscg{
	width: 36%;
}
.T-nav li > a{
	color: #fff;
	font-size: 16px;
	display:block;
	font-weight: bold;
}
.T-nav li:nth-child(3){
	margin-right: 260px;
}

.ind-01{
	padding: 4% 0;
}
.ind-01 .pic{
	width: 46%;
}
.ind-01 .con{
	width: 50%;
}
.ind-01 .con .d1{
	font-size: 30px;
}
.ind-01 .con .d2{
	font-size: 22px;
	font-weight: bold;
	color: #1f60c3;
	margin: 25px 0 15px;
}
.ind-01 .con .d3{
	line-height: 2;
	font-size: 16px;
	color: #464646
}
.ind-01 .con .d4{
	margin: 30px 0;
}
.ind-01 .con .d4 .list{
	float: left;
	width: 50%;
	padding: 0 65px;
	background: no-repeat left top;
}
.ind-01 .con .d4 .list .s1{
	font-weight: bold;
	font-size: 18px;
}
.ind-01 .con .d4 .list .s2{
	font-size: 15px;
	line-height: 1.5;
	margin-top: 5px;
}
.ind-01 .con .d5 a{
	display: inline-block;
	padding: 0 20px;
	line-height: 40px;
	color: #fff;
	background: #1f60c3;
	font-size: 16px;
	font-weight: bold;
}

.ind-02{
	padding-bottom: 4%;
	position: relative;
}
.ind-02:before{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 50%;
	background: #d2d2d2;
}
.ind-02 .wrap{
	position: relative;
	z-index: 2;
}
.lbTit{
	max-width: 650px;
	margin: 0 auto;
	text-align: center;
	text-transform: uppercase;
}
.lbTit .d1{
	font-size: 36px;
}
.lbTit .d2{
	font-size: 16px;
	margin-top: 6px;
}

.lbteom{
	margin-top: 4%;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
}
.lbteom li{
	width: 9%;
	position: relative;
	color: #fff;
	transition: all 0.5s;
}
.lbteom li:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	transition: all 0.5s;
}
.lbteom li a{
	color:#fff
}

.lbteom li .pic img{
	width: 100%;
	height: 520px;
	object-fit: cover;
}

.lbteom li .midcon{
	position: absolute;
	z-index: 3;
	top: 45%;
	text-align: center;
	left: 0;
	width: 100%;
	font-size: 20px;
	line-height: 2;
	opacity: 1;
	transform: translateY(0px);
	transition: all 0.5s ease 0.5s;
}



.lbteom li .sonM{
	position: absolute;
	z-index: 4;
	width: 100%;
	left: 0;
	bottom: 0;
	padding: 30px;
	color: #fff;
	opacity: 0;
	transform: translateX(50px);
	transition: all 0.5s;
}

.lbteom li .sonM .d1{
	font-size: 30px;
	padding-bottom: 15px;
	position: relative;
}
.lbteom li .sonM .d1:before{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 80px;
	height: 3px;
	background: #fff;
}
.lbteom li .sonM .d2{
	font-size: 16px;
	margin-top: 15px;
}

.ind-03{
	padding: 4% 0 0;
}
.ind-04{
	padding: 4% 0;
}
.kokfe li{
	width: 30%;
	margin-top: 5%;
	margin-right: 5%;
	float: left;
}
.kokfe li:nth-child(3n){
	margin-right: 0;
}
.kokfe li a{
	display: block;
}
.kokfe li a .pic img{
	transition: all 0.5s;
}
.kokfe li a .tit{
	padding: 0 50px 0 20px;
	line-height: 55px;
	font-size: 18px;
	position: relative;
	background: #eff1f4;
	transition: all 0.5s;
}
.kokfe li a .tit:after{
	content: '';
	position: absolute;
	right: 15px;
	width: 23px;
	height: 12px;
	top: 50%;
	margin-top: -6px;
	background: url(../images/r1.png);
}


.foot{
	background: url(../testimg/t6.jpg) no-repeat center center;
	background-size: cover;
}
.footT{
	color: #fff;
	padding: 30px 0;
}
.footT .tit{
	font-size: 22px;
	padding: 15px 0 15px 65px;
	background: url(../images/email.png) no-repeat left top;
}
.footT .link{
	margin-top: 12px;
}
.footT .link a{
	display: inline-block;
	line-height: 52px;
	border-radius: 5px;
	padding: 0 35px;
	background: #fff;
	font-size: 20px;
	color: #1f60c3;
	text-transform: uppercase;
}
.footB{
	background: rgba(0,0,0,0.7);
	color: #fff;
}
.footB .wrap div{ 
	padding: 20px 0;
	font-size: 15px;
}
.footB .d1{
	border-bottom: 1px solid rgba(255,255,255,0.4);
}

.ny-banner .con{
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	color: #fff;
	text-align: center;
}
.ny-banner .con .d1{
	font-size: 48px;
}
.ny-banner .con .d2{
	font-size: 36px;
	margin-top: 1%;
}
.ab-xz{
	margin-bottom:4%;
	
}
.ab-01{
	margin:4% 0;
	
}
.plocpaa{
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
.ab-01 .pic{
	width: 50%;
}
.ab-01 .con{
	width: 50%;
}
.olmrea{
	max-width: 750px;
	padding: 0 5%;
	padding-top: 60px;
}
.lpitae{
	padding-bottom: 12px;
	border-bottom: 1px solid #ddd;
}
.lpitae span{
	cursor: pointer;
	line-height: 32px;
	padding: 0 15px;
	margin-right: 15px;
	font-size: 15px;
	display: inline-block;
}
.lpitae span.cur{
	color: #fff;
	background: #1f60c3;
	border-radius: 5px;
}
.lmoure{
	margin-top: 20px;
	color: #666;
	padding-right:10px;
	line-height: 2;
	overflow: auto;
    max-height: 330px;
}
.lmoure::-webkit-scrollbar {
 
        width: 8px;    
        height: 1px;
    }
.lmoure::-webkit-scrollbar-thumb {
        border-radius: 8px;
        background: #1f60c3;
    }
.lmoure::-webkit-scrollbar-track {
        border-radius: 8px;
        background: #EDEDED;
}

.aboulte{
	width: 100%;
}
.aboulte .d1{
	font-size: 30px;
}
.aboulte .d2{
	font-size: 16px;
	margin-top: 5px;
}
.asbtit{
	position: absolute;
	left: 0;
	top: 4vw;
	z-index: 5;
	color: #fff;
}
.lblcel li{
	float: left;
	width: 16.66%;
	padding: 15px;
	margin-top: 4%;
}
.lblcel li img{
	width: 100%;
	height: 120px;
	object-fit: scale-down;
}
.ny-main{
	padding-bottom: 4%;
	background: #fff;
}
.dreslt{
	padding: 15px 0;
	line-height: 25px;
	color: #333;
}
.dreslt span{
	margin: 0 5px;
}
.ny-nav{
	padding: 15px 0;
	border-bottom: 1px solid #ddd;
}
.ny-nav span{
	display: none;
}
.ny-nav p{
	text-align: center;
}
.ny-nav p a{
	display: inline-block;
	padding:0 15px;
	margin: 0 5px;
	line-height: 40px;
	border-radius: 20px;
	font-size: 18px;
}
.ny-nav p a.cur{
	color: #fff;
	background: #1f60c3;
}
.alebts{
	margin-top: 3%;
}
.alebts a{
	display: inline-block;
	line-height: 40px;
	border-bottom: 2px solid #fff;
	margin: 0 25px;
	font-size: 16px;
}
.alebts a.cur{
	color: #1f60c3;
	border-bottom: 2px solid #1f60c3;
}

.cpList li{
	width: 32%;
	float: left;
	margin-right: 2%;
	margin-top: 3%;
	text-align: center;
}
.cpList li:nth-child(3n){
	margin-right: 0;
}
.cpList li a{
	display: block;
}
.cpList li a .pic img{
	transition: all 0.5s;
	width: 100%;
	height: 312px;
	object-fit: cover;
}
.cpList li a .tit{
	font-size: 18px;
	margin-top: 12px;
}

.pageol{
	line-height: 30px;
}
.pageol span,.pageol a{
	display: inline-block;
	border: 1px solid #ddd;
	margin: 0 3px;
	min-width: 32px;
	padding: 0 10px;
}
.pageol a.cur{
	color: #fff;
	background: #1f60c3;
	border-color: #1f60c3;
}

.titSHOW{
	font-size: 20px;
}

.belmfa{
	font-size: 24px;
	color: #1f60c3;
	border-bottom: 2px solid #1f60c3;
	padding: 10px 0;
}

.editlon{
	line-height: 2;
	font-size: 16px;
}

.lmbtena{
	font-size: 15px;
	line-height: 2;
}

.swNews{
	width: 48%;
}

.buneam{
	width: 50%;
}
.buneam li{
	margin-bottom: 20px;
}
.buneam li a{
	display: flex;
	align-items: center;
	background: #f3f3f3;
	padding: 30px 0;
}
.buneam li a .data{
	width: 120px;
	text-align: center;
	border-right: 1px solid #ddd;
}
.buneam li a .data strong{
	display: block;
	font-size: 48px;
	color: #0066cc;
}
.buneam li a .con{
	width: calc(100% - 120px);
	padding: 0 30px;
}
.buneam li a .con .d1{
	font-size: 26px;
}
.buneam li a .con .d2{
	color: #666;
	margin-top: 6px;
	line-height: 24px;
}

.newsCase li{
	width: 30%;
	float: left;
	margin-right: 5%;
	margin-top: 5%;
}
.newsCase li:nth-child(3n){
	margin-right: 0;
}
.newsCase li a{
	display: block;
}
.newsCase li a .pic img{
	width: 100%;
	height: 290px;
	object-fit: cover;
	transition: all 0.5s;
}
.newsCase li a .tit{
	font-size: 20px;
	margin: 12px 0;
}
.newsCase li a .con{
	color: #666;
	line-height: 24px;
	height: 48px;
}
.newsCase li a .link{
	color: #0066cc;
	font-size: 16px;
	margin-top: 15px;
}

.macolt{
	background: #f9f8f8;
	display: -webkit-flex;
	display: flex;
	align-items: center;
}
.macolt .pic{
	width: 50%;
}
.macolt .con{
	width: 50%;
	padding: 0 4%;
	line-height: 2;
	color: #464646;
	font-size: 16px;
}


.eflol{ margin-top: 4%;border-bottom: 1px solid #ddd;}
.eflol span{ float:left; width:22%; font-weight: bold;:#333; text-align:center; line-height:50px;}
.eflol span.s1{text-align: left;padding-left:30px; }
.eflol span.s5{ width:12%;}
.oplca li{background:#fff; border-radius:5px;border-bottom: 1px solid #eee;}
.oplca li .one-set{ line-height:25px; padding:15px 0; cursor:pointer; color:#666;}
.oplca li .one-set span{ float:left; width:22%; text-align:center;}
.oplca li .one-set span.s1{ padding-left:30px; text-align:left; position:relative;}
.oplca li .one-set span.s5{width: 12%;color:#0066cc;}
.two-onc{ line-height:1.6; display:none; padding:20px 30px; background:#f4f4f4; color:#666}

.wbons{
	width:42%;
}
.wbons .d1{
	font-weight: bold;
	font-size: 30px;
}
.wbons .d2{
	margin-top: 20px;
	font-size: 18px;
}

.efrom{
	width: 56%;
}
.efrom .list{
	margin-bottom: 20px;
}
.efrom .d1{
	color: #666;
}
.efrom .d1 span{
	color: #f00;
}
.efrom .d2{
	margin-top: 5px;
}
.efrom .d2 textarea{
	width: 100%;
	height: 120px;
	padding: 10px;
	border: 1px solid #ddd;
	border-radius: 5px;
}
.efrom .d2 img{
	position: absolute;
	right: 0;
	top: 0;
	height: 40px;
	width: 120px;
	object-fit: scale-down;
}
.efrom .od{
	width: 48%;
}
.efrom .c1{
	height: 40px;
	padding: 0 10px;
	width: 100%;
	border: 1px solid #ddd;
	border-radius: 5px;
}
.lufeba input{
	width: 180px;
	height: 40px;
	color: #fff;
	font-size: 16px;
	background:#1f60c3;
	border: none;
	cursor: pointer;
}


.wflot{
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	font-size: 28px;
	font-weight: bold;
}
.wflot img{
	margin-right:10px;
	height:70px
}











.shade {position: fixed;left: 0; top: 0; z-index: 21;display: none; width: 100%;height: 100%; background-color: #000;filter: alpha(opacity=50); opacity: 0.5; }
.big-video {
    position: fixed;
    left: 50%;
    top: 50%;
	margin-top:-240px;
    z-index: 22;
    display: none;
    margin-left: -450px;
    background-color: #fff;
    width: 900px;
    box-sizing: border-box;
}
.big-video-main {
    height: 480px;
}
.big-video-clo {
    position: absolute;
    right: -35px;
    top: 0;
    width: 30px;
    height: 30px;
    background: url(../images/icon30.png) no-repeat center center;
    cursor: pointer;
}

@media screen and (max-width: 750px){
.big-video {
    width: 100%;
    left: 0;
    margin-left: 0;
}
.big-video-main {
    height: 185px;
}
.big-video-clo {
    right: 0;
    z-index: 21;
}
}





@-moz-keyframes mouse {
  0% {
	  transform:rotate(0)
  }
  100% {
    transform:rotate(360deg)
  }
}
@-webkit-keyframes mouse {
  0% {
	  transform:rotate(0)
  }
  100% {
    transform:rotate(360deg)
  }
}
@keyframes mouse {
  0% {
	  transform:rotate(0)
  }
  100% {
    transform:rotate(360deg)
  }
}

























